Q3MacDrawContext_SetWindow
You can use theQ3MacDrawContext_SetWindow
function to set the window associated with a Macintosh draw context.
TQ3Status Q3MacDrawContext_SetWindow ( TQ3DrawContextObject drawContext, const CWindowPtr window);
drawContext
- A Macintosh draw context object.
window
- A pointer to a window.
DESCRIPTION
TheQ3MacDrawContext_SetWindow
function sets the window associated with the draw context specified by thedrawContext
parameter to the window specified by thewindow
parameter.